OsPath conversion
authorJoey Hess <joeyh@joeyh.name>
Sat, 25 Jan 2025 15:53:47 +0000 (11:53 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sat, 25 Jan 2025 15:53:47 +0000 (11:53 -0400)
commit5bca78b81313920358cc77796879dc8c46d5778e
tree6dfb9fc83d68ee251781135aae25ac117cbc013a
parent0cfeea5baf4551faa4243334e8b30440566185af
OsPath conversion

Decent win in exportDirectories, since it operates on ShortByteString
end to end now without needing conversion. That made it worth
implementing an OsPath specific code path there.

And ExportLocation already being a ShortByteString is an good example of why
it's a good thing that OsPath uses that!

Sponsored-by: k0ld on Patreon
Types/Export.hs